home *** CD-ROM | disk | FTP | other *** search
- /* EasyCODE(C++) V5.1 03.03.1995 11:05:34 */
- /* EasyCODE O
- If=vertical
- LevelNumbers=no
- LineNumbers=no
- ScreenFont=Courier New,,80,9220,-11,0,400,0,0,0,0,0,0,3,2,1,49
- PrinterFont=Courier New,,80,17414,-34,0,400,0,0,0,0,0,0,3,2,1,49
- LastLevelId=1 */
-
- /* EasyCODE ( 1
- Header file */
- #include "conv.h"
- #include "convio.h"
-
- char i_buf[I_BUFSIZE];
- BOOL bInLineComment;
- BOOL bInBlockComment;
- char cInString;
- int bufPos, line_nr;
-
- char CommentGetChar();
- void CommentConv( FILE* stream);
- /* EasyCODE ) */
-